home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / U-Z / VideoToolBox Folder / Utilities / Quick3 / sample.data < prev    next >
Encoding:
Text File  |  1990-12-17  |  1.2 KB  |  42 lines  |  [TEXT/KAHL]

  1. #This is a sample file. 
  2. #This is a comment line, because it begins with a "#".
  3. #Lines that don't begin with a "#" are data lines.
  4. #Each data line has three numbers: contrast, numberOfTrials, numberCorrect
  5. #Contiguous data lines are analyzed together, as a "condition".
  6. #Contrasts can be in random order. Multiple lines with the same contrast
  7. #will be merged, adding up all the trials at that contrast.
  8. #There can be many conditions in a file, provided they are separated by
  9. #at least one comment line.
  10. #The last comment line before a condition is the name of the
  11. #condition.
  12. #
  13. #The first condition is called "monocular" and contains 60 trials at 6 contrasts.
  14. #monocular
  15. 0.1 10 4
  16. 0.2 10 5
  17. 0.3 10 7
  18. 0.4 10 6 Anything after the specified data is ignored.
  19. 0.5 10 8
  20. 0.6 10 10
  21. # The second condition is called "binocular".
  22. #binocular
  23.  0.056     100    53
  24.  0.064     100    53
  25.  0.073     100    65
  26.  0.083     100    77
  27.  0.094     100    81
  28.  0.107     100    84
  29.  0.121     100    96
  30.  0.138     100    99
  31.  0.156     100   100
  32.  0.178     100   100
  33.  0.01 0 0    Zero trials at a contrast do not affect the analysis, but
  34.  0.02 0 0    requests that the fitted function be tabulated at this contrast.
  35.  0.04 0 0
  36.  0.08 0 0
  37.  0.16 0 0
  38.  0.32 0 0
  39.  0.64 0 0
  40. 0.999 0 0
  41. #all done
  42.